home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / biz / dbase / ligamanager.lha / LigaManager / Installation / Install.script next >
Encoding:
Text File  |  2002-01-21  |  394 b   |  18 lines

  1. ; Kopiert die reqtools.library nach LIBS:
  2.  
  3. FailAt 100
  4. Echo "*eM*e[33mLigaManager Installation*e[31m*eD"
  5.  
  6. Version >NIL: LIBS:reqtools.library 38
  7. IF WARN
  8.   Copy /libs/reqtools.library LIBS:
  9.   Echo "reqtools.library ins LIBS: Verzeichnis kopiert."
  10. ELSE
  11.   Echo "reqtools.library schon installiert: " NOLINE
  12.   Version LIBS:reqtools.library
  13. ENDIF
  14.  
  15. Echo "*eDInstallation beendet!"
  16. Wait 3
  17. EndCLI >NIL:
  18.